|
|
|
|
|
|
|
Windows Phone 8 : Range Controls (part 1) - ProgressBar |
The RangeBase control is an abstract class that represents a control that oversees a numeric value that falls between a minimum and a maximum value. Windows Phone provides three RangeBase controls: the ProgressBar, ScrollBar, and Slider |
|
Windows Phone 8 : Items Controls - ListBox, ComboBox |
Just as the ContentControl plays host to a single child control, the ItemsControl can have many children. Controls that can contain more than one child usually derive from the ItemsControl class; these include the ComboBox control and, most notably, the ListBox control |
|
|
|
|
|
|
|
|
|
|
Windows Phone 8 : Receiving Input with Buttons - Check Box |
The CheckBox control is used to define a binary state and can be used in groups to display multiple choices from which the user can select one or more choices. A user can either tap a check box or the associated label text to select an option. |
|
|
|
|
|
|
|
|
|
|
|
|